Spread for ASP.NET 10 Product Documentation
ListBoxEditor Constructor(String[])


Items in the list box list, specified as an array
Initializes an instance of the ListBoxEditor class, with the specified items in the list box list.
Syntax
'Declaration
 
Public Function New( _
   ByVal items() As String _
)
'Usage
 
Dim items() As String
 
Dim instance As New ListBoxEditor(items)
public ListBoxEditor( 
   string[] items
)

Parameters

items
Items in the list box list, specified as an array
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

ListBoxEditor Class
ListBoxEditor Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.